VerticalLineAlignment Enumeration

Represents the vertical position of a character. By default characters are aligned according to their baseline.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum VerticalLineAlignment

Members

Top0 To the top of the line.
Middle1 To the center of the line.
Bottom2 To the bottom of the line.
None3 None.

See Also